home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 February / Chip_2002-02_cd1.bin / tema / mgedata / a.swf / scripts / DefineButton2_87 / BUTTONCONDACTION on(release).as < prev   
Text File  |  2002-01-14  |  207b  |  13 lines

  1. on(release){
  2.    tellTarget(_root.block.top)
  3.    {
  4.       gotoAndStop("end");
  5.       play();
  6.       tellTarget(_root.block.bottom)
  7.       {
  8.          gotoAndStop("end");
  9.          play();
  10.       }
  11.    }
  12. }
  13.